SetVariableValueRequest
data class SetVariableValueRequest(scopeNumber: Int, variableName: String, newValue: CallArgument, callFrameId: CallFrameId)
Content copied to clipboard
Represents request frame that can be used with Debugger#setVariableValue operation call.
Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually.
See also
Constructors
SetVariableValueRequest
Link copied to clipboard
fun SetVariableValueRequest(scopeNumber: Int, variableName: String, newValue: CallArgument, callFrameId: CallFrameId)
Content copied to clipboard
Properties
callFrameId
Link copied to clipboard
newValue
Link copied to clipboard
scopeNumber
Link copied to clipboard
variableName
Link copied to clipboard